home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / e / misc.save / 000115_fdc@panix.com_Sun Sep 2 15:04:30 2007.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: reader1.panix.com!panix!not-for-mail
  2. From: Frank da Cruz <fdc@panix.com>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: ITX / WP - not sending shift F7 (and driving me N*TS)
  5. Date: Sun, 2 Sep 2007 19:04:17 +0000 (UTC)
  6. Organization: PANIX Public Access Internet and UNIX, NYC
  7. Lines: 25
  8. Message-ID: <slrnfdm29h.dcg.fdc@panix5.panix.com>
  9. References: <1188476015.510322.303410@r29g2000hsg.googlegroups.com>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: panix5.panix.com
  12. X-Trace: reader1.panix.com 1188759857 5570 166.84.1.5 (2 Sep 2007 19:04:17 GMT)
  13. X-Complaints-To: abuse@panix.com
  14. NNTP-Posting-Date: Sun, 2 Sep 2007 19:04:17 +0000 (UTC)
  15. User-Agent: slrn/0.9.8.0 (NetBSD)
  16. Xref: panix comp.protocols.kermit.misc:15686
  17.  
  18. On 2007-08-30, leen.smit@gmail.com <leen.smit@gmail.com> wrote:
  19. : Im working on a Linux machine (fedora core 7) and connect trough ssh
  20. : or telnet to a server, on which ITX (=Wordperfect for Unix) runs. For
  21. : some reason, i cannot use any of the WP shortcuts. I need shift-f7 -
  22. : The printer menu - to test printers for users.. Now, the normal F1
  23. : through F12 work fine, but not SHIFT / CTRL / ALT combos.
  24. :
  25. : My collegues, on windows, use K95. this is preconfigured a long time
  26. : ago (the mappings etc).i dived into the conf files and see wether any
  27. : special parameters where set. i coulndt find any, except termninal
  28. : protocol is vt220 or kermit. on linux this should not be neccesary,
  29. : since xterm already has the vt220 terminal "embedded".
  30. :
  31. The problem is that Linux is not Windows.  In Windows, an application
  32. (such as K95) can "see" the keyboard.  In Linux it can only read
  33. characters from stdin.  C-Kermit has no idea if you press F7 or Alt-F7
  34. or Ctrl-Alt-Shift-F7 -- it only gets the bytes that the console driver
  35. gives to it and passes them along to the host you are connected to.
  36. This is discussed here:
  37.  
  38.   http://www.columbia.edu/kermit/ckfaq.html#term
  39.  
  40. Sorry!
  41.  
  42. - Frank